<!DESCRIPTION>This script shows you how you can create a to do list. it adds the list to a cookie fill so that when you view again it is still there!<!/DESCRIPTION>
<!CATEGORY>cookies<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL TO DO LIST:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Pete Thompson (thompp@globalnet.co.uk) -->
<!-- Web Site: http://www.users.globalnet.co.uk/~thompp -->